Widgets > Chart Widgets > wijbarchart > wijbarchart Tutorial > wijbarchart Step 1 of 3: Setting up the View |
In this step you’ll add the markup to add content to the bar chart. Complete the following:
<body>
tags of the page. This markup will add the bar content to the page. The width and height of the bar chart is defined here.
<div id="wijbarchart" class="ui-widget ui-widget-content ui-corner-all" style="width: 650px;
height: 400px">
</div>